home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d14 / areaco.arc / READ.ME < prev   
Text File  |  1991-06-15  |  742b  |  20 lines

  1. AREACODE For Visual Basic
  2. Charles McGuinness [76701,11]
  3.  
  4. This program allows you to find the name for US and Canadian area codes.
  5. It will also display the local time in that area code.
  6.  
  7. This .ARC file contains both the source and .EXE file.  To run the
  8. program, you may need to first modify the AC.DAT database.  This file
  9. starts with a line indicating the difference between your time zone and GMT
  10. in hours (mine is 5 hours).  The second line is the format you like to
  11. see time and dates, in format$ fashion.  Following those two lines is
  12. the areacode data.  Each line represents one area code, and is in the
  13. format:
  14.  
  15.     area code/difference from GMT/name
  16.  
  17. for example:
  18.  
  19.     212/5/New York City (Manhattan and Bronx) New York
  20.